A. ComVisible attributes
B. DLLImport Attributes
C. COM Interop
D. All of the above
Advertisement
Related Mcqs:
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- What namespace does the Web page belong in the .NET Framework class hierarchy ?
- A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these...
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- Which of the following is the performance attributes of processModel ?
- A. maxWorkerThreads B. requestQueue limit C. maxIdThreads D. all of the above...
- By default, code written with the Debug class is stripped out of release builds?
- A. Yes B. No C. May be D. Confuse...
- What is the base class from which all Web forms inherit ?
- A. Page Class B. Master Page C. Session Class D. None of these...
- Which class can be used to create an XML document from scratch ?
- A. XmlNew B. XmlConvert C. XmlSettings D. XmlDocument...
- Where we can assign value to Static read only member variable of a static class ?
- A. Parameterized constructor B. On click of button C. Global.asax D. Default constructor...
Advertisement